home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer: Getting Started / Internet Surfer - Getting Started (Wayzata Technology)(7231)(1995).bin / pc / copyme.bat < prev    next >
DOS Batch File  |  1995-02-07  |  437b  |  19 lines

  1. @echo off
  2. rem This makes a directory on the C drive named Wayzata\internet
  3. rem then copies all of the internet apps to their respective
  4. rem directories.
  5. cd windows
  6. md c:\wayzata
  7. md c:\wayzata\internet
  8. xcopy /s/e core c:\wayzata\internet
  9. cd \
  10. copy \windows\setup.exe c:\wayzata
  11. copy \windows\cdsetup.npt c:\wayzata
  12. copy \windows\wayzata.bmp c:\wayzata
  13. copy \readme.txt c:\wayzata
  14. cls
  15. ECHO Thank You from Team Wayzata
  16.  
  17.  
  18.  
  19.